Revision: hackerlab--pika-escaping-fix--0--patch-1
Archive: chth@gmx.net--tla2004
Creator: Christian Thaeter <chth@gmx.net>
Date: Wed Sep 22 06:13:30 CEST 2004
Standard-date: 2004-09-22 04:13:30 GMT
Modified-files: char/char-class.c char/char-class.h
New-patches: chth@gmx.net--tla2004/hackerlab--pika-escaping-fix--0--patch-1
Summary: added backslash and quote character classes
Keywords: 

Backslash is only the \ character needed for the escaping engine
Quotes are " and ' using the singlequote is new and imo correct,
it will have no bad effects but is just for scheme not really required.
But since we can not provide a character class for any single character,
it makes sense to put them together in logical groups. When you don't
agree with this, just silently drop the ' character from the class without
notifying me.
